home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00093_Kiosk Hotspot handler.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  101 b   |  9 lines

  1. on mouseUp
  2.   global kiosk
  3.   if kiosk = 0 then
  4.     go("KIOSK OFF")
  5.   else
  6.     go("KHOP")
  7.   end if
  8. end
  9.